Jiri Palecek [Thu, 19 Jan 2023 19:50:55 +0000 (19:50 +0000)]
Fix uninitialized variable warning
Last-Update: 2020-06-04
If the YUV format isn't found, the code depends on .format being
0. However, it was not initialized at all, so this patch initializes
the format member. The other members need not be initialized.
Last-Update: 2020-06-04
Gbp-Pq: Name uninitialized-yuvformat.patch
Jiri Palecek [Fri, 6 Jan 2023 23:22:19 +0000 (23:22 +0000)]
Fix uninitialized variable warning
Last-Update: 2020-06-04
If the YUV format isn't found, the code depends on .format being
0. However, it was not initialized at all, so this patch initializes
the format member. The other members need not be initialized.
Last-Update: 2020-06-04
Gbp-Pq: Name uninitialized-yuvformat.patch
On X11, it creates a dead pixel on the left edge which interferes with
left panels, the left-nost widget on bottom and top panels, and scroll
events on the left-most pixel in various apps.
It works properly on Wayland, but unfortunately turning it off by
default only on X11 but not Wayland is not easily doable. So let's turn
it off by default everywhere.
Jiri Palecek [Wed, 6 Jan 2021 14:50:52 +0000 (14:50 +0000)]
Fix uninitialized variable warning
Last-Update: 2020-06-04
If the YUV format isn't found, the code depends on .format being
0. However, it was not initialized at all, so this patch initializes
the format member. The other members need not be initialized.
Last-Update: 2020-06-04
Gbp-Pq: Name uninitialized-yuvformat.patch